home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / credits.css408 < prev    next >
Text File  |  2007-11-10  |  4KB  |  238 lines

  1. /*
  2. CSS for Credits page.
  3. */
  4. body {
  5.     margin:0px;
  6.     padding:0px;
  7.     background-color:#ffffff;
  8.   
  9.     font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
  10.     font-size:10px;
  11. }
  12.  
  13. #DETAILS_HEADER {
  14.     display: inline-block;
  15.     left: 0px;
  16.     top: 0px;
  17.     width:100%;
  18.  
  19.     margin:0px 0px 0px 0px;
  20.     border:0px 0px 0px 0px;
  21.     padding:0px 0px 0px 0px;
  22.     height:60px;
  23. }
  24.  
  25. #DETAILS_HEADER_DIV {
  26.     background-color:#000000;
  27.     height:1px;
  28.     width:100%;
  29.     overflow: hidden;
  30.     clear:both;
  31. }
  32.  
  33. #CREDITS_DIV {
  34.     background-color:#000000;
  35.     height:1px;
  36.     width:98%;
  37.     margin-left:2px;
  38.     overflow: hidden;
  39.     clear:both;
  40. }
  41.  
  42. #DETAILS_HEADER_TEXT {
  43.     display: inline-block;
  44.     margin: 0px 5px 0px 5px;
  45.     width:100%;
  46. }
  47.  
  48. .infoTitle {
  49.     font-size: 14px;
  50.     font-weight: bold;
  51.     color: #000000;
  52. }
  53.  
  54. .infoText {
  55.     font-size: 11px;
  56.     font-weight:normal;
  57. }
  58.  
  59. #EPISODE_DATE {
  60.     float:left;
  61.     display: inline-block;
  62.     clear: both;
  63.     margin: 5px 0px 0px 5px;
  64. }
  65.  
  66. #EPISODE_CHANNEL {
  67.     float:left;
  68.     display: inline-block;
  69.     margin: 5px 5px 0px 30px;
  70. }
  71.  
  72. #EPISODE_BUTTONS {
  73.     margin-left:-4px;    
  74. }
  75.  
  76. #CHANNEL_ICON {
  77.     float:left;
  78.     width:67px;
  79.     height:50px;
  80.     margin-left:10px;
  81.     margin-top:4px;
  82. }
  83.  
  84. .channelNum {
  85.     font-size:16px;
  86.     font-weight:bold;
  87. }
  88.  
  89. .channelName {
  90.     font-size:12px;
  91.     font-weight:normal;
  92. }
  93.  
  94. #EPISODE_DESC {
  95.     display: inline-block;
  96.     float:left;
  97.     clear: both;
  98.     margin: 5px 5px 5px 5px;
  99.     width:98%;
  100. }
  101.  
  102. .subtitleText {
  103.     font-size: 11px;
  104.     font-weight:bold;
  105. }
  106.  
  107. #EPISODE_TITLE {
  108.     font-size: 16px;
  109.     font-weight: bold;
  110.     color: #000000;
  111.     white-space: nowrap;
  112.     background-color: #ffc000;
  113.     padding: 2px 4px 2px 4px;
  114.     border: 1px solid #808080;
  115.     margin: 5px 5px 0px 5px;
  116. }
  117.  
  118. #EPISODE_SUBTITLE {
  119.     font-size: 11px;
  120.     white-space: nowrap;
  121.  
  122.     background-color: #ffe082;
  123.     padding: 2px 4px 2px 4px;
  124.     border: 1px solid #808080;
  125.     margin: 3px 5px 0px 5px;
  126. }
  127.  
  128. #EPISODE_CHANNEL {
  129.     float:left;
  130. }
  131.  
  132. #CREDITS {
  133.     clear:both;
  134.     display: inline-block;
  135.     width: 99%;
  136.     padding: 0px 0px 0px 0px;
  137.     margin: 5px 5px 0px 5px;
  138.     overflow: hidden;
  139. }
  140.  
  141. .creditsCell {
  142.     float:left;
  143.     display: inline-block;
  144.     width:11%;
  145.     border-right: none;
  146.     height:200px;
  147.     overflow: auto;
  148.     border-bottom: 1px solid #000000;
  149.     background: url(../Graphics/creditcell_green.gif) no-repeat;
  150.     margin: 1px 0px 0px 0px;
  151. }
  152.  
  153. #JUDGES {
  154.     border-right: 1px solid #000000;
  155. }
  156.  
  157. .headerRow {
  158.     line-height: 22px;
  159.     vertical-align: text-bottom;
  160.     font-weight: bold;
  161.     width:100%;
  162.     text-indent:4px;
  163.     white-space: nowrap;
  164.     height:22px;
  165. }
  166.  
  167. #CREDITS A {
  168.     color: #000000;
  169.     text-decoration: none;
  170. }
  171.  
  172. #CREDITS A:visited, #CREDITS A:active {
  173.     color: #000000;
  174. }
  175.  
  176. #CREDITS A:hover {
  177.     text-decoration: underline;
  178. }
  179.  
  180. .listings {
  181.     padding: 2px 2px 2px 4px;
  182. }
  183.  
  184.  
  185. .textLarge {
  186.   line-height:32px;
  187. }
  188.  
  189. .textSmall {
  190.   padding-left:3px;
  191.   line-height:14px;
  192. }
  193.  
  194. #HEADER_TEXT {
  195.     margin: 4px 0px 0px 5px;
  196.     _margin: 4px 0px 0px 3px;
  197.     float:left;
  198. }
  199.  
  200. #LOGO_HEADER {
  201.     display:inline-block;
  202.     float:left;
  203.     height:46px;
  204.     width:47px;
  205.  
  206.     background: url(../Graphics/logo_header.png) no-repeat left;
  207.     margin-top:-5px;
  208.     display:none;
  209. }
  210.  
  211. #PROGRAM_INFO {
  212.     display: inline-block;
  213.     float:right;
  214.     font-size: 16px;
  215.     font-weight:bold;
  216.     vertical-align: middle;
  217.     margin-right:5px;
  218.     line-height:56px;
  219. }
  220.  
  221. .new_show {
  222.     display: inline-block;
  223.     width:19px;
  224.     height:22px;
  225.     background: url(../Graphics/new.png) no-repeat center;
  226.     float:left;
  227.     margin-left:3px;
  228.     margin-right:20px;
  229.  
  230.     font-size:10px;
  231.     font-weight:bold;
  232.     font-variant: small-caps;
  233.     color: #b22222;
  234.     /* hide the text */
  235.     font-size:0px;
  236.     text-indent: -9000px; 
  237. }
  238.